h1 {
    font-family: "Poppins", sans-serif;
    color: #000;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    color: #000;
    text-decoration: underline;
    text-decoration-color: #f9bb38;
    text-decoration-thickness: 7px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    line-height: 1.5em;
    font-size: 16px;
    color: #000;
}
p.text-block {
    color: #000;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

a.link-two {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
a.link-three{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
h1.terms-conditions-title-one {
    font-weight: bold;
}